home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl150l.zip / IO / REMOVE.C < prev    next >
C/C++ Source or Header  |  1996-06-27  |  122b  |  8 lines

  1. #include <stdio.h>
  2. #include <time.h>
  3. #include <libp.h>
  4.  
  5. int remove(const char *name)
  6. {
  7.     return(_ll_remove(name));
  8. }